projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
812cad8
)
(cp-coding-system-for-codepage-1): Add the valid-codes property.
author
Eli Zaretskii
<eliz@gnu.org>
Wed, 6 Jan 1999 10:37:07 +0000
(10:37 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Wed, 6 Jan 1999 10:37:07 +0000
(10:37 +0000)
lisp/international/codepage.el
patch
|
blob
|
history
diff --git
a/lisp/international/codepage.el
b/lisp/international/codepage.el
index 4816fce0f57b1f731fc99bcb2a5b30c552da58dc..a804792385d99fccb237848ee59ef8890d7a168b 100644
(file)
--- a/
lisp/international/codepage.el
+++ b/
lisp/international/codepage.el
@@
-110,7
+110,8
@@
variety is actually just an alias for the -unix variety)."
(concat "8-bit encoding of " (symbol-name iso-name)
" characters using IBM codepage " coding-name)
(cons ccl-decoder-unix ccl-encoder-unix)
- `((safe-charsets ascii ,iso-name)))
+ `((safe-charsets ascii ,iso-name)
+ (valid-codes (0 . 255))))
;;; Make coding systems CODING-unix, CODING-dos, CODING-mac.
(make-subsidiary-coding-system coding)
(put coding 'eol-type (vector (intern (format "%s-unix" coding))